Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22349 | GEN001476 | SV-26448r1_rule | ECLP-1 | Medium |
Description |
---|
Group passwords are typically shared and should not be used. |
STIG | Date |
---|---|
VMware ESX 3 Server | 2016-05-13 |
Check Text ( C-27520r1_chk ) |
---|
Check the /etc/gshadow file for password hashes. # cut -d : -f 2 /etc/gshadow | egrep -v '^(x|!|)$' If any password hashes are returned, this is a finding. |
Fix Text (F-23640r1_fix) |
---|
Edit /etc/gshadow and change the password field to an exclamation point (!) to lock the group password. |